home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Setmap < prev    next >
Text File  |  1998-02-16  |  703b  |  26 lines

  1.                           --AMIGADOS GUIDE V2.5--
  2.                                   SETMAP
  3.  
  4.  
  5.    USE:
  6.    This command patches the system so that the keys you press generate
  7.    the correct code.  In turn displaying the correct character on screen.
  8.  
  9.    Setmap executes the keymap file which is the file containing the
  10.    keyboard layout information.  The reason for this is that different
  11.    countries have different keyboard styles.
  12.  
  13.    PATH:
  14.    SYS:System
  15.  
  16.    SYSTEM:
  17.    2.0
  18.  
  19.    EXAMPLES:
  20.    1>SETMAP DF0: Devs/Keymaps/My Keymap
  21.  
  22.    NOTES:
  23.    You can also generate new keymap files to assign ASCII strings to the
  24.    function keys etc.  But this may require an extra piece of software.
  25.    (e.g. KeymapED)
  26.